home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / bbs / wot19_wb.zip / CUSTOM.CFG < prev    next >
Text File  |  1996-09-03  |  16KB  |  357 lines

  1. ;CUSTOM.CFG - World Of Tears Custom door configuration file
  2. ;
  3. ;           This may help any Sysop's that have a problem with
  4. ;           utilizing World Of Tears.  Change any setting needed
  5. ;           and the door will run correctly.
  6. ;
  7. ;
  8. ;       An alternative to using this file is by using the command line
  9. ;
  10. ;    WOT -?
  11. ;         -HELP
  12. ;         -h        will all bring up the settings that can be put
  13. ;               directly on the command line.  You may put as
  14. ;               many command line options as you wish.  Example:
  15. ;
  16. ;               WOT -PORT 1 -NOFOSSIL -IRQ 2
  17. ;
  18. ;
  19. ;
  20. ;
  21. ;
  22. ;           To use this file World Of Tears as the following
  23. ;
  24. ;                         WOT /c [filename]
  25. ;
  26. ;  To access node1.cfg from a batch file, it would be like the example:
  27. ;
  28. ;                        WOT /c node1.cfg
  29. ;
  30. ;  To access node2.cfg from a batch file, it would be like the example:
  31. ;
  32. ;                        WOT /c node2.cfg
  33. ;
  34. ;
  35. ;           My thanks to Brian Pirie for his OpenDoors C library.
  36. ;
  37. ; This configuration file can be used by the sysop to customize an Stardock
  38. ; Loco for use on their own system. The information in this file is NOT usually
  39. ; needed, and the file can be left as is, or even erased, without effecting the
  40. ; door's performance. World Of Tears is designed to run on almost any BBS system
  41. ; automatically, without requiring anything but to the door's .EXE file.
  42. ; However, there are many cases where the sysop may wish to customize a door's
  43. ; operation using this configuration file. The configuration file system is
  44. ; provided to allow the customization of options such as paging hours, maximum
  45. ; time permitted within the door, etc., and to allow World Of Tears to be run
  46. ; under even the most non-typical BBS setups.
  47. ;
  48. ; Any text following a semi-colon (;), and blank lines, are ignored.
  49. ;
  50. ;------------------------------------------------------------------------------
  51. ;
  52. ;  BBS system directory. Indicates where the door information file (drop file)
  53. ;  can be found. Remove the semi-colon (;) to activate this option.
  54. ;
  55. ;BBSDir    C:\BBS\node1
  56. ;
  57. ;------------------------------------------------------------------------------
  58. ;
  59. ;  The door's working directory. This is where the door's system files are
  60. ;  located. Remove the semi-colon (;) to activate this option.
  61. ;
  62. ;DoorDir    C:\BBS\WOT
  63. ;
  64. ;------------------------------------------------------------------------------
  65. ;
  66. ;  Local mode override. Forces door to always operate in local test mode.
  67. ;  Remove the semi-colon (;) to activate this option. When this mode is
  68. ;  activated, no door information file is required and default settings are
  69. ;  used for the user's name, location, etc.
  70. ;
  71. ;LocalMode
  72. ;
  73. ;------------------------------------------------------------------------------
  74. ;  Door personality setting. This setting selects one of a number of sysop
  75. ;  interface personalities. Each personality setting emulates the status line
  76. ;  format and sysop function keys of a particular BBS package. Valid
  77. ;  personality settings are:
  78. ;
  79. ;                     Standard            (OpenDoors style, similar to RA 1.11)
  80. ;                     PCBoard
  81. ;                     RemoteAccess
  82. ;                     Wildcat
  83. ;
  84. Personality    Standard
  85. ;
  86. ;------------------------------------------------------------------------------
  87. ;  * Not included in this version.  Skip the log file.
  88. ;  Log File options. "LogFileName" specifies filename (path optional) where the
  89. ;  door should record log information. To disable the log file altogether,
  90. ;  remove the semi-colon (;) from the "DisableLogging" line.
  91. ;
  92. ;LogFileName    DOOR.LOG
  93. ;DisableLogging
  94. ;
  95. ;------------------------------------------------------------------------------
  96. ;
  97. ;  BBS node number that door is running on. Only used if OpenDoors is unable
  98. ;  to determine the node number by some other means.
  99. ;
  100. Node    1
  101. ;
  102. ;------------------------------------------------------------------------------
  103. ; *World Of Tears doesn't have paging capabilities.  Skip this section.
  104. ;  Sysop paging hours. Sysop paging will be permitted beginning at the start
  105. ;  time, up until, but not including, the end time. Times should be in 24-hour
  106. ;  format. To disable paging on a particular day, set the paging start and end
  107. ;  times to the same time.
  108. ;
  109. ;                      Start Time    End Time
  110. SundayPagingHours         9:00        22:00
  111. MondayPagingHours         8:30        22:00
  112. TuesdayPagingHours        8:30        22:00
  113. WednesdayPagingHours      8:30        22:00
  114. ThursdayPagingHours       8:30        22:00
  115. FridayPagingHours         8:30        22:00
  116. SaturdayPagingHours       9:00        22:00
  117. ;
  118. ;------------------------------------------------------------------------------
  119. ; *World Of Tears doesn't have paging capabilities.  Skip this section.
  120. ;
  121. ;  Duration of sysop page. Value indicates the number of beeps that compose the
  122. ;  sysop page alarm.
  123. ;
  124. PageDuration    10
  125. ;
  126. ;------------------------------------------------------------------------------
  127. ;
  128. ;  Maximum length of time a user is permitted to access the door. If the user's
  129. ;  total remaining time on the BBS is less than this value, the user will only
  130. ;  be permitted to access the door for this shorter length of time. This option
  131. ;  may be disabled by placing a semi-colon (;) at the beginning of the line.
  132. ;  When this option is disabled, the user will be permitted to use the full
  133. ;  of their remaining time on the BBS within the door.
  134. ;
  135. ;MaximumDoorTime    15
  136. ;
  137. ;------------------------------------------------------------------------------
  138. ;
  139. ;  Inactivity timeout. Specifies the maximum number of seconds that may elapse
  140. ;  without the user pressing any key, before the user will be automatically
  141. ;  disconnected. A value of 0 disables inactivity timeouts.
  142. ;
  143. InactivityTimeout    200
  144. ;
  145. ;------------------------------------------------------------------------------
  146. ;  *Not needed.  Skip this.
  147. ;  Name of the sysop. OpenDoors can usually determine the sysop's name from the
  148. ;  information passed to the door by the BBS. However, some BBS software does
  149. ;  not supply this information to doors. In such cases, if the sysop's name is
  150. ;  required by the door, it may be supplied here. Remove the semi-colon (;) to
  151. ;  activate this option.
  152. ;
  153. ;SysopName    The Sysop
  154. ;
  155. ;------------------------------------------------------------------------------
  156. ;  *Not needed.   Skip this.
  157. ;  Name of the BBS. OpenDoors can usually determine the name of the BBS from
  158. ;  the information passed to the door by the BBS. However, some BBS software
  159. ;  does not supply this information to door programs. In such cases, if the
  160. ;  name of the BBS is needed by the door, it may be supplied here. Remove the
  161. ;  semi-colon (;) to activate this option.
  162. ;
  163. ;SystemName    Unnamed BBS
  164. ;
  165. ;------------------------------------------------------------------------------
  166. ; *Not Needed.  Skip this section.
  167. ;
  168. ;  Door colour options. These options specify the various text colours that
  169. ;  will be used by the door if ANSI or AVATAR graphics modes are available.
  170. ;  Colours are specified in the format:
  171. ;
  172. ;         {Bright} {Flashing} [Foreground Colour] on [Background Colour]
  173. ;
  174. ;  Where foreground and background colours are one of:
  175. ;
  176. ;         Black
  177. ;         Blue
  178. ;         Green
  179. ;         Cyan
  180. ;         Red
  181. ;         Magenta
  182. ;         Yellow / Brown
  183. ;         White / Grey
  184. ;
  185. ;  Note that some of these options (such as those that pertain to files
  186. ;  listings) are not used for all doors.
  187. ;
  188. ChatUserColour               Bright white on black
  189. ChatSysopColour              Bright red on black
  190. FileListTitleColour          Bright yellow on black
  191. FileListNameColour           Bright yellow on black
  192. FileListSizeColour           Bright magenta on black
  193. FileListDescriptionColour    Cyan on black
  194. FileListOfflineColour        Bright red on black
  195. PagePromptColour             Bright white on black
  196. PopupMenuTitleColour         Bright white on grey
  197. PopupMenuBorderColour        Black on grey
  198. PopupMenuTextColour          Black on grey
  199. PopupMenuKeyColour           Red on grey
  200. Popu